// This file is used to define an 'Administration System'
// that is used by this System i Access for Windows install image.  All
// clients that install System i Access for Windows using this install
// image will use the 'Administration system' defined in this file as their
// initial 'current Administration system'.
//
// By default, this file contains no valid entries, and therefore does not
// define an 'Administration System' used by the install image.
//
// The syntax rules for this file are as follows:
//      1) All comment lines must start with'//' as the first two
//         characters.
//      2) Only a single 'Administration System' can be defined in this
//         file.
//     3) Either the TCP/IP address or the DNS name of the System i that 
//         will be the 'Administration System' can be used to identify the
//         System i.  You can also insert both, the TCP/IP address and the
//         DNS name of the System i. This can be done as follows:
//              x.x.x.x  <System i name>
//         or
//              x.x.x.x.x.x.x.x  <System i name>
//         where 'x.x.x.x' is the tcp/ip IPv4 address and x.x.x.x.x.x.x.x
//         is the tcp/ip IPv6 address (both with no blanks between periods)
//         and '<System i name>' is the name of the System i.
//         At least one blank space (tab is not allowed) must exist between
//         the System i name and the tcp/ip address. Five separate examples
//         are shown below as valid entries for defining system 'SystemA'
//         with an address of '9.5.23.145' as an 'Administration System':
//
//   9.5.23.145
//   9.5.23.145        SystemA
//   ::ffff:9.5.23.145
//   ::ffff:9.5.23.145 SystemA
//   SystemA
